home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 44 / PC Actual CD 44.iso / Linux / Cygwin / full.exe / Disk1 / data1.cab / Tools / H-i586-cygwin32 / i586-cygwin32 / include / fastmath.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-12-04  |  185 b   |  14 lines

  1. #ifndef _FASTMATH_H_
  2. #ifdef __cplusplus
  3. extern "C" {
  4. #endif
  5. #define _FASTMATH_H_
  6.  
  7. #include <math.h>
  8. #include <machine/fastmath.h>
  9.  
  10. #ifdef __cplusplus
  11. }
  12. #endif
  13. #endif /* _FASTMATH_H_ */
  14.